projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
feb1e91
)
(rx): Docstring fix.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Fri, 3 Oct 2008 14:12:31 +0000
(14:12 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Fri, 3 Oct 2008 14:12:31 +0000
(14:12 +0000)
lisp/emacs-lisp/rx.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/rx.el
b/lisp/emacs-lisp/rx.el
index 297bb1a64608454378ea91fa288398eb00c1bbd9..5e76256cfe6d4fbb30ac9503c9caed9a15b30b52 100644
(file)
--- a/
lisp/emacs-lisp/rx.el
+++ b/
lisp/emacs-lisp/rx.el
@@
-878,9
+878,6
@@
CHAR
like `and', but makes the match accessible with `match-end',
`match-beginning', and `match-string'.
-`(group SEXP1 SEXP2 ...)'
- another name for `submatch'.
-
`(or SEXP1 SEXP2 ...)'
`(| SEXP1 SEXP2 ...)'
matches anything that matches SEXP1 or SEXP2, etc. If all